home *** CD-ROM | disk | FTP | other *** search
/ Virtual Valerie 2 / Virtual Valerie 2.iso / pc / data / brm1 / 00055.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  179 b   |  11 lines

  1. on exitFrame
  2.   global frigFrenzy
  3.   set the constraint of sprite 10 to 11
  4.   set frigFrenzy to frigFrenzy + 1
  5.   if frigFrenzy > 20 then
  6.     go("RUB10")
  7.   else
  8.     exit
  9.   end if
  10. end
  11.